home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gnu / include / pix.h < prev    next >
C/C++ Source or Header  |  1996-01-30  |  250b  |  11 lines

  1. /* This file may have been modified by DJ Delorie (Jan 1991).  If so,
  2. ** these modifications are Coyright (C) 1991 DJ Delorie, 24 Kirsten Ave,
  3. ** Rochester NH, 03867-2954, USA.
  4. */
  5.  
  6.  
  7. #ifndef _Pix_h
  8. #define _Pix_h 1
  9. typedef void* Pix;
  10. #endif
  11.